(BASE_PURESIZE): Increase to 1270000.
authorJuri Linkov <juri@jurta.org>
Fri, 7 Aug 2009 13:54:35 +0000 (13:54 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 7 Aug 2009 13:54:35 +0000 (13:54 +0000)
src/puresize.h

index 0ed3e903771de39460b388979e2d458f8aba1b50..04cbf87a840a69e3361eb379e947310af915d038 100644 (file)
@@ -41,7 +41,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1270000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */